home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Weather / Weather.app / MyMenuCell.h < prev    next >
Text File  |  1992-02-20  |  261b  |  17 lines

  1. #import <appkit/NXBrowserCell.h>
  2.  
  3. @interface  MyMenuCell:NXBrowserCell {
  4.     char *send;
  5.     char *get;
  6.     char *label;
  7. }
  8.  
  9. - click2:sender ;
  10. - setStringValueNoCopy:(char *)s ;
  11. - setStringValue: (char *)s ;
  12. - (char *)stringValue ;
  13. - send ;
  14. - (char *)get;
  15.  
  16. @end
  17.